Public Member Functions | Protected Attributes

vfsStreamContainerIterator Class Reference

Public Member Functions

 __construct (array $children)
 rewind ()
 current ()
 key ()
 next ()
 valid ()

Protected Attributes

 $children = array()

Constructor & Destructor Documentation

__construct ( array $  children )

constructor

Parameters:
array<vfsStreamContent>$children

Member Function Documentation

current (  )

returns the current child

Returns:
vfsStreamContent
key (  )

returns the name of the current child

Returns:
string
next (  )

iterates to next child

rewind (  )

resets children pointer

valid (  )

checks if the current value is valid

Returns:
bool

The documentation for this class was generated from the following file: